home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / www / src / midaswww-1.0 / README_VMS < prev    next >
Encoding:
Text File  |  1992-11-16  |  3.9 KB  |  119 lines

  1.  
  2.                                          MidasWWW VAX Installation Instructions
  3.                          VAX INSTALLATION INSTRUCTIONS
  4.                                        
  5.    These instructions are for the VAX. See  README file for UNIX installation
  6.    instructions. 
  7.    
  8. Requirements
  9.  
  10.    To install this version of MidasWWW you will need a VAX running VMS 5.4 or
  11.    greater, with DecWindows/Motif and C installed. You will also need  MMS to
  12.    be able to build MidasWWW in the standard way (although you could certainly
  13.    build MidasWWW without MMS if you do a little more work).  
  14.    
  15.    Currently  MidasWWW has only been run with  Multinet TCP/IP software. It
  16.    should be possible to run it with other versions of TCP/IP for the VAX
  17.    without too much trouble, if you succeed please feed the changes back to 
  18.    me. 
  19.    
  20. Obtaining MidasWWW
  21.  
  22.    You can obtain MidasWWW as a compressed TAR file via  anonymous FTP from 
  23.    FreeHEP.Scri.Fsu.Edu, in directory  
  24.    
  25.  
  26. /pub/freehep/networking_email_news/midaswww
  27.  
  28.    In this case you will need  TAR2VMS  and some way to uncompress the file (I
  29.    don't know of a VMS version of uncompress...I usually uncompress files on
  30.    UNIX and then ship the tar file to VMS). 
  31.    
  32.    Alternatively if you are on HEPNET you can get a VMS  BACKUP  version of
  33.    MidasWWW using DECNET from:  
  34.    
  35.  
  36. SLACVX::DISK$SLD_FAC0:[EXPORT]MIDASWWW_1_0.BCK
  37.  
  38.    (SLACVX is HEPNET node 44.481). To unpack the backup file use the command: 
  39.    
  40.  
  41. $ backup/log MIDASWWW_1_0.BCK/save *.*
  42.  
  43. Building
  44.  
  45.    Once you have obtained MidasWWW and unpacked it, set your default directory
  46.    to be the directory containing the unpacked files. To build MidasWWW use the
  47.    following command: 
  48.    
  49.  
  50. $ mms all
  51.  
  52. Testing
  53.  
  54.    To try out MidasWWW first make sure your X windows DISPLAY is set up
  55.    correctly (use the  SET DISPLAY command to set it). Then issue the command: 
  56.    
  57.  
  58. $ mms test
  59.  
  60.    Please ignore the message 
  61.    
  62.  
  63. X Toolkit Warning: Urm__FetchLiteral: Can't find literal 'MidasWWWIcon' - MrmNO
  64. T_FOUND
  65.  
  66.    This is a known bug. 
  67.    
  68. Installing
  69.  
  70.    To install MidasWWW five files must be placed in a public area. These are: 
  71.    
  72.   MIDASWWW.EXE           The executable file  
  73.                          
  74.   MIDAS.UID              User Interface definition file 
  75.                          
  76.   MIDASWWW.UID           User Interface definition file 
  77.                          
  78.   MIDAS.DAT              X-resource file 
  79.                          
  80.   MIDASWWW.DAT           X-resource file 
  81.                          
  82.    If you do not install all five files MidasWWW will not run. The .EXE file
  83.    can be installed anywhere (for example in the SYS$SYSTEM: directory), and a
  84.    suitable global symbol should be defined in the system login file. A
  85.    suitable definition is: 
  86.    
  87.  
  88. $ MIDASWWW == "$SYS$SYSTEM:MIDASWWW -NAME MIDASWWW"
  89.  
  90.    The four remaining files must be installed in a directory pointed to by the
  91.    logical name DECW$SYSTEM_DEFAULTS, for example in
  92.    SYS$COMMON:[DECW$DEFAULTS.USER]. 
  93.    
  94.    Once this has been done your users will be able to start MidasWWW by using
  95.    the command: 
  96.    
  97.  
  98. $ MIDASWWW
  99.  
  100. Starting MidasWWW from your Session Manager
  101.  
  102.    If you wish "World Wide Web" to appear in the applications menu of your
  103.    DecWindows session manager or FileView then you must install two more files.
  104.    These are: 
  105.    
  106.   MIDASWWW.VUE$DAT       Defines an entry in the "Application" menu 
  107.                          
  108.   VUE$MIDASWWW.COM       Runs MidasWWW from FileView 
  109.                          
  110.    (These files are only included in the BACKUP version of the MidasWWW
  111.    distribution). Both files must be installed in a directory pointer to by
  112.    VUE$LIBRARY, for example SYS$COMMON:[VUE$LIBRARY.USER]. 
  113.    
  114.    Please let me know if you encounter any problems. 
  115.    
  116.                                                                    Tony Johnson
  117.                                                                                
  118.                                                 Tony_Johnson@Slac.Stanford.Edu 
  119.